var vendor/golang.org/x/text/unicode/bidi.bidiValues
8 uses
vendor/golang.org/x/text/unicode/bidi (current package)
prop.go#L89: return Properties{entry: bidiValues[c0]}, 1
prop.go#L152: return Properties{entry: bidiValues[c0]}, 1
tables15.0.0.go#L24: return bidiValues[c0], 1
tables15.0.0.go#L85: return bidiValues[c0]
tables15.0.0.go#L109: return bidiValues[c0], 1
tables15.0.0.go#L170: return bidiValues[c0]
tables15.0.0.go#L198: return uint8(bidiValues[n<<6+uint32(b)])
tables15.0.0.go#L204: var bidiValues = [16576]uint8{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |